home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://stumbleupon/skin/ratingDialog.css" type="text/css"?>
-
- <!DOCTYPE window SYSTEM "chrome://stumbleupon/locale/stumbleupon.dtd" >
-
- <dialog id="stumble_rating_dialog" title="StumbleUpon Review"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- buttons="accept,cancel"
- ondialogaccept="return doOK();"
- ondialogcancel="return doCancel();"
- onload="init()">
-
- <stringbundleset id="stringbundleset">
- <stringbundle id="bundle_stumble" src="chrome://stumbleupon/locale/stumbleupon.properties"/>
- </stringbundleset>
-
- <script type="application/x-javascript" src="ratingDialog.js"/>
-
- <popupset>
- <popup id="tagspopup"/>
- </popupset>
-
- <vbox style="margin:5px" align="center">
- <label id="firstrater-prompt"
- value="You are the first person to suggest this site."/>
- <label value="Please add some tags and/or a review."/>
- <grid flex="1" style="margin:10px">
- <columns>
- <column flex="2"/>
- <column flex="1"/>
- </columns>
-
- <rows>
- <row>
- <vbox>
- <spacer flex="1"/>
- <label control="tags" value="Tags"/>
- <spacer flex="1"/>
- </vbox>
- <textbox id="tags"
- maxrows="14"
- flex="1"
- autocompletepopup="tagspopup"
- inputtooltiptext="Enter Tag Terms separated by Commas"
- ontextentered="handle_tags_textentered()"
- ontextreverted="handle_tags_textreverted()"
- onkeyup="handle_tags_keyup(event)"
- onfocus="handle_tags_focus()"
- onclick="tags_click_kludge('click')"
- onblur="tags_click_kludge('blur')"
- reflectpopuplabel="true"
- sizetopopup="none"
- cols="40"
- maxLength="150"/>
- </row>
- <row>
- <label value=""/>
- <label style="font-size:10px" value="spaces allowed in tags, separate with commas"/>
- </row>
-
- <row>
- <label control="review" value="Review"/>
- <textbox cols="40" multiline="true" rows="3" maxlength="1000" id="review"/>
- </row>
-
- <row>
- <label value=""/>
- <label style="font-size:10px" value="(You can turn off this dialog in Toolbar Options)"/>
- </row>
-
- </rows>
- </grid>
-
- </vbox>
-
- </dialog>
-